home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 035 (1989-01)(Swedish User Group of Amiga)(SE)(PD)[m doscopy][WB].zip / Camelot 035 (1989-01)(Swedish User Group of Amiga)(SE)(PD)[m doscopy][WB].adf / Null / Makefile < prev    next >
Makefile  |  1988-12-12  |  387b  |  18 lines

  1. #########################################################################
  2. #
  3. #        null-handler Makefile
  4. #        V 0.0 (c) Gunnar Nordmark 1988
  5. #        For Manx 3.6a
  6. #
  7. #########################################################################
  8.  
  9.  
  10. null-handler    : misc.o null.o
  11.     ln  -o null-handler misc.o null.o -lc32
  12.  
  13. misc.o    : misc.c 
  14.     cc +L +Hnull.syms misc.c
  15.  
  16. null.o    : null.c
  17.     cc +L +Inull.syms null.c
  18.